You can unzip the war file, in which you get only class files and other property files. Then use the Java decompiler to see the source code, and it works very well (not recommended).
You can also change the properties files without JD, and all you need to do is just change the properties files and fasten the war.It file again.
But I would recommend that you maintain the source code in SVN or TFS or multiple copies with version numbers on the local system at any given time.
source share