This is the invoice demo application which is shipped with the full distributions.
If you want to hack this demo, type
mvn clean jetty:run -Pdevelop
Open your browser at http://localhost:8080/camunda.
If you change the HTML/Javascript forms you can just refresh (F5) the page.
If you change the Java code you have to restart the server.