I'm not sure I can give it to you in a single file, but I can point you toward several useful sources of information. The Kepler User Manual is very useful to get up-and-running (https://code.kepler-project.org/code/kepler-docs/trunk/outreach/documentation/shipping/UserManual.pdf ).
This (https://kepler-project.org/developers/teams/build/developing-a-hello-world-actor-using-the-kepler-build-system-and-eclipse ) is an excellent guide to getting started, in particular introducing you to the new build system. Much of the meat of the Kepler system is actually Ptolemy, so here are links: Volume I: Introduction to Ptolemy -> http://www.eecs.berkeley.edu/Pubs/TechRpts/2008/EECS-2008-28.pdf Volume II: Ptolemy II Software Architectures -> http://www.eecs.berkeley.edu/Pubs/TechRpts/2008/EECS-2008-29.pdf Volume III: Ptolemy II Domains -> http://www.eecs.berkeley.edu/Pubs/TechRpts/2008/EECS-2008-37.pdf - Sean

